@charset "utf-8";
/* CSS Document */

div#cajonprincipal {
	margin: 0 auto 0 auto;
	width: 1050px;
	text-align:left;
	overflow: auto;
}


div#logo {
	width: 998px;
	height: 217px;
	border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0px;
	margin-left:0px;
	margin-right:13px;
	margin-top: 20px;
	margin-bottom:14px;
}

div#presentacion {
	width: 998px;
	height:550px;
	background-color:#376F6F;
	border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 3px;
	margin-left:0px;
	margin-right: 13px;
	margin-bottom:10px;
	margin-top: 10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color: #000; 
}
div#faldon {
	width:998px;
	height:150px;
	background-color:#376F6F;
	border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
}


div#formulario {
	width: 998px;
	height:800px;
	background-color:#376F6F;
	border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0px;
	margin-left:0px;
	margin-right: 13px;
	margin-bottom:10px;
	margin-top: 10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color: #000; 
}


div#mapagoogle {
	width: 700px;
	height:250px;
	margin-left:95px;
	margin-top: 30px;
	margin-bottom:50px;
	float:left;
	border: 2px #000 solid;
}


div#direccion {
	width: 400px;
	height:200px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
}


